Document gdk_device_tool_get_axes
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2020 01:58:06 +0000 (21:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 Jul 2020 01:58:06 +0000 (21:58 -0400)
gdk/gdkdevicetool.c

index efd3a6c6a7aa3a29a607d3a913c07e13da416259..0cfcf800bf99b096285d92d5e907972d09844414 100644 (file)
@@ -210,6 +210,14 @@ gdk_device_tool_get_tool_type (GdkDeviceTool *tool)
   return tool->type;
 }
 
+/**
+ * gdk_device_tool_get_axes:
+ * @tool: a #GdkDeviceTool
+ *
+ * Gets the axes of the tool.
+ *
+ * Returns: the axes of @tool
+ */
 GdkAxisFlags
 gdk_device_tool_get_axes (GdkDeviceTool *tool)
 {